From 58f6aeb07ba7ffd759ac7ebf0ba7370a51d37d52 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Thu, 24 Jun 2004 17:21:49 +0000 Subject: [PATCH] bitkeeper revision 1.1011.1.4 (40db0dad1EoVdz5CsMKfYtUVcwzlpQ) Fix bad debug assertion --- xen/include/xen/sched.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index f40a16dd48..2a509eab32 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -293,7 +293,6 @@ static inline void domain_pause_by_systemcontroller(struct domain *d) static inline void domain_unpause_by_systemcontroller(struct domain *d) { - ASSERT(d != current); if ( test_and_clear_bit(DF_CTRLPAUSE, &d->flags) ) domain_wake(d); } -- 2.30.2